Revision: tla--unsigned-check--1.3--patch-6
Archive: jivera@flame.org--2004
Creator: Matthew Dempsky <jivera@flame.org>
Date: Mon Oct  4 19:26:01 CDT 2004
Standard-date: 2004-10-05 00:26:01 GMT
Modified-files: libarch/pfs-signatures.c
New-patches: jivera@flame.org--2004/tla--unsigned-check--1.3--patch-6
Summary: correctly handle no_default for signature checking
Keywords: 

In archive_signature_checking_rule_file (in pfs-signatures.c), if the
function is called first with no_default set to 0 and either
=default.check or =default.unsigned-check is found, they get memoized in
already_know.  Later calls will immediately return this file name even if
no_default is set to 1 rather than returning nil.
